Contents page

Rules for Tools/Transcription Flags


Transcription Flags
#define TR_OVERLAP      1      /* Overlap notes. */ 
#define TR_EXTEND       2      /* Extend notes in chord to greatest value. */ 
#define TR_SNAP         4      /* Snap notes to grid:
                                * i.e. eighth note snap to eighth note
                                * boundaries.
                                */ 
#define TR_GUESSDUR     8      /* If the edit window for the track has never
                                * been opened in the new version, note
                                * durations need to be guessed.
                                */ 
#define TR_AUTOPOS      16     /* Auto position tablature. */ 
#define TR_CLEARTAB     32     /* Clear out manual tab bits */ 
#define TR_TABALL       64     /* tabulate all the first time tab
                                * is selected. */